From d1e21bfee146b1da744703d206c0bb726b675600 Mon Sep 17 00:00:00 2001 From: "mwilli2@equilibrium.research.intel-research.net" Date: Fri, 30 Jul 2004 14:21:39 +0000 Subject: [PATCH] bitkeeper revision 1.1108.43.1 (410a5973b_ww-XNociMt5BotV87vBQ) Tweaks. --- docs/Makefile | 8 ++++++-- docs/user.tex | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index dbb2839b6c..fc3ea52bad 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,8 @@ # Xfig and tgif diagrams should be in the fig/ subdirectory. # DOCUMENTS should be a list of the target Postscript files. -DOCUMENTS = interface.ps interface.pdf user.ps user.pdf +DOCUMENTS = interface.ps interface.pdf interface.html user.ps \ + user.pdf user.html GFX = $(patsubst %.obj, %.eps, $(wildcard figs/*.obj)) GFX += $(patsubst %.fig, %.eps, $(wildcard figs/*.fig)) @@ -18,6 +19,8 @@ clean: rm -f .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ rm -f *.ilg *.log *.ind *.toc *.bak core rm -f figs/*.eps $(DOCUMENTS) + rm -rf user/ + rm -rf interface/ install: $(DOCUMENTS) mkdir -p $(prefix)/usr/share/doc/xen @@ -39,4 +42,5 @@ install: $(DOCUMENTS) %.eps: %.obj tgif -print -color -eps $< - +%.html: %.tex + latex2html --split 0 --nonavigation --noinfo --math $< diff --git a/docs/user.tex b/docs/user.tex index 18450ac799..10c3ed3821 100644 --- a/docs/user.tex +++ b/docs/user.tex @@ -19,7 +19,7 @@ {\Large Xen is Copyright (c) 2004, The Xen Team} \\[3mm] {\Large University of Cambridge, UK} \\[20mm] -{\large Last updated on 11th March, 2004} +{\large Last updated on 30th July, 2004} \end{tabular} \vfill \end{center} -- 2.30.2